Searching 223 files for "luzukfeaturesSingleChoice"

/var/www/html/law/wp-content/themes/law/inc/homeSettings/featured-customizer.php:
  144      );
  145  
  146:     if(is_array($luzukfeaturesSingleChoice)){
  147          $wp_customize->add_setting(
  148              'services_page'.$i,
  ...
  158                  'type'=> 'select',
  159                  'label'         => __( 'Select a service', 'luzuk-premium' ),
  160:                 'choices' => $luzukfeaturesSingleChoice,
  161              )
  162          );

/var/www/html/law/wp-content/themes/law/inc/lz-customizer.php:
   37       $luzukGallerySingleChoice = getFitnessPostsType('luzuk_gallery');
   38      $luzukfaqSingleChoice = getFitnessPostsType('lz_faq');
   39:       $luzukfeaturesSingleChoice = getFitnessPostsType('feature');
   40        $luzuklogoSingleChoice = getFitnessPostsType('luzuk_logo');
   41  

3 matches across 2 files
